Adding tests for --target with cargo publish and cargo package
authorNisarg Thakkar <nisthakkar@paypal.com>
Sun, 27 Aug 2017 06:49:17 +0000 (12:19 +0530)
committerNisarg Thakkar <nisthakkar@paypal.com>
Tue, 29 Aug 2017 14:47:55 +0000 (20:17 +0530)
commitba804bb528df9b806db56df216c540caa6d7ee1e
tree2cf4471e27e141c7a92d283b422bf51bf5b16989
parent1c59387983902eb2c365b0d966d02915940eb9d8
Adding tests for --target with cargo publish and cargo package
src/bin/publish.rs
tests/cargotest/support/cross_compile.rs [new file with mode: 0644]
tests/cargotest/support/mod.rs
tests/cargotest/support/publish.rs [new file with mode: 0644]
tests/cross-compile.rs
tests/cross-publish.rs [new file with mode: 0644]
tests/publish.rs